home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
f1gplib352.lha
/
f1gplib_35.2
/
include
/
proto
/
f1gp.h
Wrap
C/C++ Source or Header
|
1995-10-15
|
276b
|
12 lines
/* $VER: proto/f1gp.h 1.0 (15.10.93) */
#ifndef F1GP_PROTO_H
#define F1GP_PROTO_H 1
#include <pragmas/config.h>
#include <exec/types.h>
#include <clib/f1gp_protos.h>
#ifdef __SUPPORTS_PRAGMAS__
extern struct F1GPBase *F1GPBase;
#include <pragmas/f1gp_pragmas.h>
#endif
#endif